body {
  background: url(01-bg.png) repeat-x;
}

.wrapBg {
  padding-top: 24px;
}

.wrapCon {}

.wrapCon .firstCon {
  background: #fff;
  padding: 24px 20px 20px 20px;
}
.gdimg {
  width:960px;
  background: #fff;
  padding: 0 20px 20px 20px;
  margin-bottom: 8px;
  display:table;
}
.gdimg2 {
	padding-top:0px!important;
}

.wrapCon .firstCon .firstCon-l {
  float: left;
  width: 441px;
}

.wrapCon .firstCon .firstCon-r {
  float: left;
  width: 490px;
  margin-left: 28px;
}

.mod-focus {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.mod-focus2 {
  position: relative;
  overflow: hidden;
  padding-top: 8px
}

.mod-focus .focus_list {
  height: 300px;
}

.mod-focus2 .focus_list {
  height: 300px;
}

.mod-focus .focus_list li {
  position: relative;
  width: 478px;
  height: 100%;
  float: left;
}

.mod-focus2 .focus_list li {
  position: relative;
  width: 441px;
  height: 300px;
  float: left;
}

.mod-focus .focus_list li .link {
  display: block;
  width: 100%;
  height: 100%;
}

.mod-focus .focus_list li .link img {
  width: 441px;
  height: 300px;
  object-fit: cover;
}

.mod-focus2 .focus_list li .link a {
  display: block;
  width: 400px;
  height: 251px;
  object-fit: cover;
}

.mod-focus .focus_list li .focus_mask {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  height: 34px;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.mod-focus .focus_list li .focus_mask .f_tle {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-left: 12px;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-focus2 .focus_list li .focus_mask .f_tle {
  width: 270px
}

.mod-focus .focus_page {
  position: absolute;
  bottom: 8px;
  right: 20px;
}

.mod-focus .focus_page li {
  display: inline-block;
  text-indent: -99em;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #fff;
  opacity: .5;
  border-radius: 50%;
}

.mod-focus .focus_page li.on {
  background-color: #496FF3;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-tab {
  border-bottom: 1px solid #deebfb;
  position: relative;
  margin-bottom: 14px;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-tab .more {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #3460AB;
  top: 2px;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-tab ul li {
  float: left;
  font-size: 18px;
  text-align: center;
  color: #888888;
  padding: 0 16px 7px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-weight: bold;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-tab ul li.active {
  border-bottom: 3px solid #2161b0;
  color: #3460AB;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-tab ul li a {
  color: #888888;
  font-size: 20px;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-tab ul li.active a {
  color: #3460AB;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner {
  display: none;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner.active {
  display: block;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner p {
  margin-bottom: 15px;
  height: 60px;
  overflow: hidden;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner p a {
  font-size: 22px;
  color: #DF2817;
  letter-spacing: 0.37px;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 443px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SimSun;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner ul li:last-of-type {
  margin: 11px 0 0 0
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner ul li a {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner ul li a:hover {
  color: #3460AB;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner ul li i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E34637;
  top: 6px;
  left: 7px;
}

.wrapCon .firstCon .firstCon-r .firstCon-r-inner ul li .time {
  color: #989A9C;
  font-size: 12px;
  position: absolute;
  top: 3px;
  right: 5px;
}

.wrapCon .secondCon {
  background-color: #fff;
}

.wrapCon .secondCon .secondCon-l {
  float: left;
  width: 966px;
  padding: 20px 20px 0 20px;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-tab {
  border-bottom: 1px solid #deebfb;
  position: relative;
  margin-bottom: 12px;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-tab .more {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #3460AB;
  top: 2px;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-tab ul li {
  float: left;
  font-size: 18px;
  text-align: center;
  color: #888888;
  padding: 0 16px 7px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-weight: bold;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-tab ul li.active {
  border-bottom: 3px solid #2161b0;
  color: #3460AB;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-tab ul li a {
  color: #888888;
  font-size: 20px;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-tab ul li.active a {
  color: #3460AB;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner {
  display: none;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner.active {
  display: block;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner p {
  margin-bottom: 15px;
  max-height: 60px;
  overflow: hidden;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner p a {
  font-size: 22px;
  color: #DF2817;
  letter-spacing: 0.37px;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner ul li {
  position: relative;
  margin: 16px 0;
  padding-left: 25px;
  padding-right: 42px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SimSun;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner ul li a {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner ul li a:hover {
  color: #3460AB;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner ul li i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E34637;
  top: 6px;
  left: 7px;
}

.wrapCon .secondCon .secondCon-l .secondCon-l-inner ul li .time {
  color: #989A9C;
  font-size: 12px;
  position: absolute;
  top: 3px;
  right: 5px;
}

.wrapCon .thirdCon {
  margin-bottom: 32px;
  background-color: #fff;
  margin-top: 6px;
  padding: 0 20px;
  padding-top: 20px;
  height: 389px;
}

.wrapCon .thirdCon .thirdCon-item {
  width: 470px;
  height: 277px;
  float: left;
  position: relative;
}

.wrapCon .thirdCon .thirdCon-item.left {
  margin-right: 20px;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-item-tit {
  position: relative;
  border-bottom: 1px solid #deebfb;
  margin-bottom: 12px;
  margin-top: 10px;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-item-tit h3 {
  font-size: 18px;
  border-bottom: 3px solid #2161b0;
  color: #3460AB;
  width: 180px;
  text-align: center;
  padding-bottom: 9px;
  font-weight: bold;
}

.wrapCon .thirdCon .thirdCon-item.right .thirdCon-item-tit h3 {
  width: 108px;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-item-tit .more {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #3460AB;
  top: 6px;
}

.wrapCon .thirdCon .thirdCon-item ul.thirdCon-itemCon li {
  margin: 10px 0;
  width: 454px;
  position: relative;
  padding-left: 16px;
  height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: SimSun;
}








.wrapCon .thirdCon .thirdCon-item ul li a {
  font-size: 16px;
  color: #000000;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-tab ul li.active a {
  color: #3460AB;
}

.wrapCon .thirdCon .thirdCon-item ul li i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #E34637;
  top: 7px;
  left: 0px;
  border-radius: 50%;
}

.wrapCon .thirdCon .thirdCon-l .thirdCon-l-inner {
  display: none;
}

.wrapCon .thirdCon .thirdCon-l .thirdCon-l-inner.active {
  display: block;
}


.firstCon-footer-imgs {
  padding-top: 24px;
  float: left;
  width: 960px;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.firstCon-footer-imgs .list_img {
  margin-left: -5px;
  height: 153px;
  overflow: hidden;
}

.firstCon-footer-imgs .list_img li {
  float: left;
  margin-left: 15px;
  width: 178px;
  height: 153px;
}

.firstCon-footer-imgs .list li {
  margin-top: 10px;
  height: 22px;
}

.firstCon-footer-imgs .list li a {
  display: block;
  position: relative;
  ;
  line-height: 22px;
  font-size: 16px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.firstCon-footer-imgs .list_img li {
  margin-bottom: 10px;
}

.firstCon-footer-imgs .list_img .video_icon {
  position: absolute;
  left: 18px;
  bottom: 15px;
  width: 32px;
  height: 32px;
  background-image: url(01-v-btn.png);
  background-repeat: no-repeat;
}

.firstCon-footer-imgs .list_img a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 121px;
}

.firstCon-footer-imgs .list_img a img {
  width: 100%;
  height: 100%;
}

.firstCon-footer-imgs .list_img .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .6);
}

.firstCon-footer-imgs .list_img .mask .title {
  padding: 3px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  line-height: 22px;
  height: 23px;
  overflow: hidden;
}

.wrapCon .secondCon-r {
  margin-top: 12px;
  float: left;
  width: 260px;
}

.wrapCon .secondCon-r .secondCon-r-innerItem {
  height: 52px;
  background: #5C9CD9;
  border-radius: 4px;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}

.wrapCon .secondCon-r .secondCon-r-innerItemIcon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 8px 12px 8px 28px;
}

.wrapCon .secondCon-r .secondCon-r-innerItem:first-child .secondCon-r-innerItemIcon {
  background: url('icon_xfjsfw.png') no-repeat center;
}

.wrapCon .secondCon-r .secondCon-r-innerItem:first-child+.secondCon-r-innerItem .secondCon-r-innerItemIcon {
  background: url('icon_xfcpxx.png') no-repeat center;
}

.wrapCon .secondCon-r .secondCon-r-innerItem:first-child+.secondCon-r-innerItem+.secondCon-r-innerItem .secondCon-r-innerItemIcon {
  background: url('icon_cpjywssl.png') no-repeat center;
}

.wrapCon .secondCon-r .secondCon-r-innerItem:first-child+.secondCon-r-innerItem+.secondCon-r-innerItem+.secondCon-r-innerItem .secondCon-r-innerItemIcon {
  background: url('icon_xftycgyy.png') no-repeat center;
}

.wrapCon .secondCon-r .secondCon-r-innerItem:first-child+.secondCon-r-innerItem+.secondCon-r-innerItem+.secondCon-r-innerItem:hover .minipro {
  display: block;
}

.wrapCon .secondCon-r .secondCon-r-innerItem .minipro {
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -150px;
  right: 0;
}

.wrapCon .secondCon-r .secondCon-r-innerItemCon {
  vertical-align: top;
  height: 52px;
  line-height: 52px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  display: inline-block;
}

.wrapCon .secondCon-r .secondCon-r-innerItemCon a {
  color: #fff;
}

.wrapCon .thirdCon {
  margin-bottom: 10px;
  background-color: #fff;
  margin-top: 6px;
  padding: 0 20px;
  padding-top: 20px;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-tab {
  border-bottom: 1px solid #deebfb;
  position: relative;
  margin-bottom: 12px;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-tab ul li {
  float: left;
  font-size: 18px;
  text-align: center;
  color: #505050;
  padding: 0 16px 7px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-weight: bold;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-tab ul li.active {
  border-bottom: 3px solid #2161b0;
  color: #3460AB;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-tab ul li a {
  font-size: 20px;
  color: #888888;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-inner {
  display: none;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon-inner.active {
  display: block;
}

.wrapCon .thirdCon-footer {
  float: left;
  padding: 20px 0;
  height: 72px;
  margin-left: -10px;
}

.wrapCon .thirdCon-footerItem {
  position: relative;
}

.wrapCon .thirdCon-footerItem .minipro {
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 99;
}

.wrapCon .thirdCon-footerItem {
  margin-left: 10px;
  float: left;
  width: 140px;
  height: 72px;
  background: #FBFBFB;
  border-radius: 4px;
}

.wrapCon .thirdCon-footerItem span {
  font-family: PingFangSC-Medium;
  font-size: 17px;
  color: #5B5B5B;
  letter-spacing: 0;
  height: 72px;
  line-height: 72px;
}

.wrapCon .thirdCon-footerItem .leftImg {
  width: 38px;
  height: 38px;
  margin: 17px 10px 17px 98px;
  vertical-align: top;
}

.wrapCon .thirdCon-itemConImg {
  width: 225px;
  height: 153px;
  position: absolute;
  right: 0;
  bottom: 7px;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon_innerImg {
  display: none;
}

.wrapCon .thirdCon .thirdCon-item .thirdCon_innerImg.active {
  display: block;
}

.wrapCon .thirdCon .thirdCon-item.right .thirdCon_innerImg .thirdCon-itemConImg {
  left: 0 !important;
}

.wrapCon .thirdCon-itemImg {
  width: 225px;
  height: 153px;
}

.wrapCon .thirdCon-itemImgTips {
  position: absolute;
  bottom: 0;
  width: 201px;
  padding: 2px 12px;
  opacity: 0.6;
  background: #000000;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tong2 {
  width: 1000px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 6px;
}

.tong2 img {
  width: 100%;
  height: 100%;
}









.special_banner {margin-bottom: 8px;}
.kepu {float: left;width: 463px;padding-left: 0px; padding-right: 30px;}
.kepu-r {overflow:hidden; position:relative; width:441px}







/*焦点图*/
.swiper-slide{position: relative;width: 563.5px; height: 350px;}
.swiper-slide .lb-txt{ width:100%;position: absolute;bottom: 0px;left: 0px;right: 0px;background: rgba(0,0,0,0.6);bottom: 0px;height: 40px;}
.swiper-slide p{width:65%;position: absolute;bottom: 0px;left: 0px;right: 0px;bottom: 0px;height: 40px;line-height: 40px;margin-bottom: 0px;padding: 0px 15px;color: #fff;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-right: 100px;cursor:default;}
.swiper-slide img{width: 100%; height:300px;}
.sub2_right{width: 49%; padding-bottom:8px;}
.swiper-container { height:300px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{text-align: right;padding-right: 5px;width: 100px;left: auto;right: 0px;}
.swiper-pagination-bullet{width: 10px;height: 5px;background: #b0b2b1;border-radius: 0;opacity: 1;}
.swiper-pagination-bullet-active{background: #019ce9;}
.swiper-pagination{
				position: absolute;
				bottom: 5px;
				text-align: right;
			    padding-right: 5px;
			    width: 100px;
			    left: auto;
			    right: 10px;
			    height: 20px;
			}
.swiper-pagination>.swiper-pagination-switch{
				display: inline-block;
				width: 8px;
			    height: 8px;
			    background: #fff;
			    border-radius: 50%;
			    opacity: .5;
			    margin: 0 5px;
}
.swiper-pagination>.swiper-visible-switch{
	background: #496FF3;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{text-align: right;padding-right: 5px;width: 100px;left: auto;right: 0px;}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}



/*第二个焦点图*/
.lb-box {
  width: 441px;
  height: 300px;
  position: relative;
  overflow: hidden;
  display:table;
}

.lb-content {
  width: 100%;  
  height: 300px;
}

.lb-item {
  width: 100%;  
  height: 300px;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 300px;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height:100%;
}

.lb-item > a > span {
  width: 441px;
  display: block;
  position: absolute;
  bottom: 0;
  height:2.5rem;
  line-height:2.5rem;
  color: #fff;
  font-size:1rem;
  background-color: rgba(0,0,0,0.7);
}
.lb-item .txtt{
	width:70%;
	padding:0 15px;
	height:2rem;
    display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  right: .5rem;
  bottom: 10px;
  padding: .5rem .3rem;
  list-style: none;
  user-select: none;
}

.lb-sign li {
  width: 8px;
  height:8px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto .2rem;
  cursor: pointer;
  background-color: #b0b2b1;
  border-radius:50%
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color: #019ce9;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: .5rem;
  cursor: pointer;
  transition: all 0.1s linear;
}
.lb-ctrl.left {
  left: -3rem;
}
.lb-ctrl.right {
  right: -3rem;
}
.lb-box:hover .lb-ctrl.left {
  left: 1rem;
}
.lb-box:hover .lb-ctrl.right {
  right: 1rem;
}
.lb-ctrl:hover {
  background-color: #000;
}

.ydnav {
	display:none;
}
.ydmore {
	float:right;
	width: 45px;
	height: 25px;
	position:absolute;
	right:0;
	top:0;
}
.ydmore img {
	width:100%;
	height:100%;
}
.foottxt {
	display:table;
	width:100%;
	line-height:25px;
}
.foottxt img {
	position:absolute;
	margin-top:2px;
}
.footba {
	float:left;
	line-height:25px;
}








/*首页页面上的*/
.weixin{position:fixed;display:block;top:50px;width:100px;height:275px;z-index:1000;left:50%;margin-left:500px;_position:absolute;_margin-top:0px;_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.offsetHeight)/2)}
.weixin2 {
	display:none;
}
    .weixin img{float:left;display:block;}
    .weixin span{float:left;color:#999;cursor:pointer;height:18px;line-height:18px; padding-left:4px;}
    .wrapNav .nav-item .list-jg {
        padding-left: 45px;
    }

    .wrapNav .nav-item .list-gk {
        padding-left: 235px;
    }

    .wrapNav .nav-item .list-xw {
        padding-left: 545px;
    }

    .wrapNav .nav-item .list-kp {
        padding-left: 660px;
    }

    .wrapNav .nav-item .list-bs {
        padding-left: 680px;
    }

    .wrapNav .nav-item .list-jg li.active {
        margin-left: 24px;
    }

    .wrapNav .nav-item .list-fw li.active {
        margin-left: 24px;
    }

    .wrapNav .nav-item .list-dj li.active {
        margin-left: 420px;
    }

    .wrapNav .nav-item .list-kp li.active {
        margin-left: 663px;
    }

    .wrapNav .nav-item .list-xfwh li.active {
        margin-left: 710px;
    }

    .wrapNav .nav-item .list-qmxf li.active {
        margin-left: 416px;
    }

    .headTop .head-right .icon-tiktok {
        background-image: url(01-tiktok.png)
    }

    .headTop .head-right .icon-kuaishou {
        background-image: url(01-kuaishou.png)
    }

    .headTop .head-right .icon-xfsy {
        background-image: url(01-xfsy.png)
    }

    .headTop .head-right .icon-kuaishou {
        background-image: url(01-kuaishou.png)
    }

    .headTop .head-right .tiktok:hover .icon-tiktok {
        background-image: url(01-tiktok_dark.png)
    }

    .headTop .head-right .kuaishou:hover .icon-kuaishou {
        background-image: url(01-kuaishou_dark.png)
    }

    .head-search {
        float: left;
        margin-left: 115px;
        padding: 4px;
    }

    .head-search input {
        border: 0;
        height: 30px;
        padding: 0 10px;
        width: 200px;
    }

    .head-search span {
        color: #fff;
        margin-left: 10px;
        font-size: 14px;
        cursor: pointer;
    }